errors.joinError.errs (field)
9 uses
errors (current package)
join.go#L30: errs: make([]error, 0, n),
join.go#L34: e.errs = append(e.errs, err)
join.go#L41: errs []error
join.go#L47: if len(e.errs) == 1 {
join.go#L48: return e.errs[0].Error()
join.go#L51: b := []byte(e.errs[0].Error())
join.go#L52: for _, err := range e.errs[1:] {
join.go#L61: return e.errs
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |